home *** CD-ROM | disk | FTP | other *** search
- _root.lvl.hewitt.walk.stop();
- if(_root.merri._currentframe == 1)
- {
- _root.bgSound.setVolume(_root.snd_calc / 4);
- }
- i = 1;
- while(i < 40)
- {
- _root.inven["box" + i]._visible = true;
- _root.inven["box" + i]._x = _root.inven["box" + i].orig_x;
- _root.inven["box" + i]._y = _root.inven["box" + i].orig_y;
- i++;
- }
- _root.min_objects = 1;
- _root.max_objects = 11;
-